| C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > Vector3 Structure > Vector3 Constructor : Vector3 Constructor(Single[]) |
'Declaration Public Function New( _ ByVal values() As System.Single _ )
public Vector3( System.float[] values )
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown when values is null. |
| System.ArgumentOutOfRangeException | Thrown when values contains more or less than three elements. |